home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFSELDIR / TFSELDIR.txt
Encoding:
Text File  |  2004-12-18  |  3.1 KB  |  125 lines

  1. object fSelDir: TfSelDir
  2.   Left = 216
  3.   Top = 158
  4.   Width = 457
  5.   Height = 326
  6.   Caption = 'Select destination directory ...'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -9
  11.   Font.Name = 'Verdana'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Panel2: TPanel
  21.     Left = 0
  22.     Top = 271
  23.     Width = 449
  24.     Height = 28
  25.     Align = alBottom
  26.     BevelOuter = bvLowered
  27.     TabOrder = 0
  28.     object Button1: TButton
  29.       Left = 3
  30.       Top = 3
  31.       Width = 105
  32.       Height = 22
  33.       Anchors = [akLeft, akBottom]
  34.       Caption = 'Ok'
  35.       Default = True
  36.       ModalResult = 1
  37.       TabOrder = 0
  38.       OnClick = Button1Click
  39.     end
  40.     object Button2: TButton
  41.       Left = 342
  42.       Top = 3
  43.       Width = 105
  44.       Height = 22
  45.       Anchors = [akRight, akBottom]
  46.       Caption = 'Cancel'
  47.       ModalResult = 2
  48.       TabOrder = 1
  49.       OnClick = Button2Click
  50.     end
  51.   end
  52.   object Panel1: TPanel
  53.     Left = 0
  54.     Top = 230
  55.     Width = 449
  56.     Height = 41
  57.     Align = alBottom
  58.     BevelOuter = bvLowered
  59.     TabOrder = 1
  60.     Visible = False
  61.     object Label1: TLabel
  62.       Left = 9
  63.       Top = 3
  64.       Width = 102
  65.       Height = 12
  66.       Caption = 'Enter project name :'
  67.     end
  68.     object Edit1: TEdit
  69.       Left = 8
  70.       Top = 16
  71.       Width = 433
  72.       Height = 20
  73.       Anchors = [akLeft, akTop, akRight]
  74.       TabOrder = 0
  75.     end
  76.   end
  77.   object VETSelDir: TVirtualExplorerTreeview
  78.     Left = 0
  79.     Top = 0
  80.     Width = 449
  81.     Height = 230
  82.     Active = False
  83.     Align = alClient
  84.     ColumnDetails = cdUser
  85.     DefaultNodeHeight = 17
  86.     DragHeight = 250
  87.     DragWidth = 150
  88.     FileSizeFormat = fsfExplorer
  89.     FileSort = fsFileType
  90.     Header.AutoSizeIndex = 0
  91.     Header.Font.Charset = DEFAULT_CHARSET
  92.     Header.Font.Color = clWindowText
  93.     Header.Font.Height = -11
  94.     Header.Font.Name = 'MS Shell Dlg 2'
  95.     Header.Font.Style = []
  96.     Header.MainColumn = -1
  97.     Header.Options = [hoColumnResize, hoDrag]
  98.     HintMode = hmHint
  99.     ParentColor = False
  100.     RootFolder = rfDesktop
  101.     TabOrder = 2
  102.     TabStop = True
  103.     TreeOptions.AutoOptions = [toAutoScroll]
  104.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toEditable, toToggleOnDblClick]
  105.     TreeOptions.PaintOptions = [toShowButtons, toShowTreeLines, toUseBlendedImages, toGhostedIfUnfocused]
  106.     TreeOptions.SelectionOptions = [toMultiSelect, toSiblingSelectConstraint]
  107.     TreeOptions.VETFolderOptions = [toFoldersExpandable, toForceHideRecycleBin]
  108.     TreeOptions.VETShellOptions = [toContextMenus]
  109.     TreeOptions.VETSyncOptions = [toCollapseTargetFirst, toExpandTarget, toSelectTarget]
  110.     TreeOptions.VETMiscOptions = [toBrowseExecuteFolder, toBrowseExecuteFolderShortcut, toChangeNotifierThread, toRemoveContextMenuShortCut]
  111.     TreeOptions.VETImageOptions = [toImages, toThreadedImages, toMarkCutAndCopy]
  112.     OnClick = VETSelDirClick
  113.     Columns = <>
  114.   end
  115.   object ActionList1: TActionList
  116.     Left = 234
  117.     Top = 89
  118.     object CloseWindow: TAction
  119.       Caption = 'CloseWindow'
  120.       ShortCut = 27
  121.       OnExecute = CloseWindowExecute
  122.     end
  123.   end
  124. end
  125.